home *** CD-ROM | disk | FTP | other *** search
/ The Best of Down Under Games / The Best of Down Under Games.iso / 3dfx Screen Savers / VoodooLights / Sources / tex.h < prev    next >
C/C++ Source or Header  |  1997-06-29  |  161b  |  9 lines

  1. #ifndef _TEXTURE_H_
  2. #define _TEXTURE_H_
  3.  
  4.  
  5. extern GrMipMapId_t tex_InitTexture( char *name ) ;
  6.  
  7. extern void tex_SetTexSource( GrMipMapId_t src ) ;
  8.  
  9. #endif